Crate xoroshiro128 [−] [src]
Utilities for generating psuedo-random numbers quickly.
Structs
SplitMix64Rng | |
XorShift1024Rng | |
Xoroshiro128Rng |
Traits
Rand |
A type that can be randomly generated using an |
Rng |
A random number generator. |
SeedableRng |
A random number generator that can be explicitly seeded to produce the same stream of randomness multiple times. |